Package com.cisco.pt.ipc.sim
Interface EnvironmentDialog
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
EnvironmentDialogImpl
Information provided by the PKI file:
\class Environment Dialog
\brief Environment Dialog
\example appWindow().getEnvironmentDialog()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionbooleanInformation provided by the PKI file:voidsetAlwaysOnTop(boolean on) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setAlwaysOnTop
void setAlwaysOnTop(boolean on) Information provided by the PKI file:
\brief Sets the environment windows to always be on top or respect the normal display order. \param on, if the value is true then the environment window will try to always be on top of others, false and it respects the normal draw order.- Parameters:
on- Takes in a parameter of on
-
isAlwaysOnTop
boolean isAlwaysOnTop()Information provided by the PKI file:
\brief Returns whether the environment window is set to always be on top of other windows. \return bool, value is true if the environment window is set to always be on top of other windows, false if not.- Returns:
- boolean Returns a boolean
-